From 3c5631f74d1c75204f950140331e10f739082ee9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:33:36 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kview/kview.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kview/kview.h') 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(); -- cgit v1.2.3