[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/khexedit2/src/test (silent)
From:       Friedrich W. H. Kossebau
Date:       2003-10-31 18:06:05
[Download RAW message or body]

CVS commit by kossebau: 

CVS_SILENT deprecated-=2


  M +1 -1      beinterface/main.cpp   1.6
  M +5 -6      byteseditapp/byteseditapp.cpp   1.9


--- kdenonbeta/khexedit2/src/test/beinterface/main.cpp  #1.5:1.6
@@ -21,5 +21,5 @@ int main( int argc, char* argv[] )
 
 
-  KCmdLineArgs::init( argc, argv, "Example","","" );
+  KCmdLineArgs::init( argc, argv, "Example","","","" );
   KApplication app( argc, argv );
 

--- kdenonbeta/khexedit2/src/test/byteseditapp/byteseditapp.cpp  #1.8:1.9
@@ -84,8 +84,7 @@ BytesEditApp::BytesEditApp()
 
     // now use the editor.
-    //BytesEdit = new KHE::KBytesEdit( this );
-    BytesEdit->setData( Buffer, BufferSize, -1, false );
-    BytesEdit->setMaxDataSize( BufferSize );
-    //BytesEdit->setMaxDataSize( 25 );
+//    BytesEdit->setData( Buffer, BufferSize, -1, false );
+//    BytesEdit->setMaxDataSize( BufferSize );
+    BytesEdit->setMaxDataSize( 25 );
     BytesEdit->setReadOnly( false );
     BytesEdit->setAutoDelete( true );
@@ -115,5 +114,5 @@ BytesEditApp::BytesEditApp()
       TextColumn->setShowUnprintable( false );
       TextColumn->setSubstituteChar( '*' );
-      TextColumn->setEncoding( KHE::TextColumnInterface::/*ISO8859_1Encoding*/LocalEncoding );
+      TextColumn->setEncoding( KHE::TextColumnInterface::ISO8859_1Encoding/*/LocalEncoding*/ );
     }
     Clipboard = KHE::clipboardInterface( BytesEditWidget );
@@ -241,5 +240,5 @@ void BytesEditApp::setReadOnly()
 void BytesEditApp::optionsConfigureKeys()
 {
-    KKeyDialog::configureKeys(actionCollection(), RCFileName );
+    KKeyDialog::configure( actionCollection() );
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic