diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:33:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:33:36 -0600 |
commit | 3c5631f74d1c75204f950140331e10f739082ee9 (patch) | |
tree | a2811ff6c81d3c771745cde47734e65b1da3d806 /kview/kview.h | |
parent | 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef (diff) | |
download | tdegraphics-3c5631f74d1c75204f950140331e10f739082ee9.tar.gz tdegraphics-3c5631f74d1c75204f950140331e10f739082ee9.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kview/kview.h')
-rw-r--r-- | kview/kview.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kview/kview.h b/kview/kview.h index e1d9ecf9..aed0a54f 100644 --- a/kview/kview.h +++ b/kview/kview.h @@ -54,14 +54,14 @@ class KView : public KParts::MainWindow protected: bool queryClose(); - void saveProperties( KConfig * ); - void readProperties( KConfig * ); - void saveSettings( KConfig * ); + void saveProperties( TDEConfig * ); + void readProperties( TDEConfig * ); + void saveSettings( TDEConfig * ); virtual bool eventFilter( TQObject *, TQEvent * ); protected slots: - void readSettings(); //KConfig * ); + void readSettings(); //TDEConfig * ); void imageSizeChanged( const TQSize & ); void selectionChanged( const TQRect & ); void contextPress( const TQPoint & ); @@ -79,12 +79,12 @@ class KView : public KParts::MainWindow void reloadConfig(); void enableAction( const char *, bool ); void clipboardDataChanged(); - void jobStarted( KIO::Job * ); + void jobStarted( TDEIO::Job * ); void jobCompleted(); void jobCompleted( bool ); void jobCanceled( const TQString & ); - void loadingProgress( KIO::Job *, unsigned long ); - void speedProgress( KIO::Job *, unsigned long ); + void loadingProgress( TDEIO::Job *, unsigned long ); + void speedProgress( TDEIO::Job *, unsigned long ); void slotSetStatusBarText( const TQString & ); void cursorPos( const TQPoint & ); // write the cursor pos to the statusbar void loadPlugins(); |