diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-06-13 16:33:09 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-06-13 16:33:09 +0200 |
commit | 12b478cefdf1789828dbcd677d409cf8bad654ca (patch) | |
tree | e0fd4a3b7a3d5b64ede310493a7b25624807f8b1 /src/app/mainWindow.h | |
parent | 2c9bc9b806f533df7b8f5349467d0f4be95314a4 (diff) | |
download | codeine-12b478cefdf1789828dbcd677d409cf8bad654ca.tar.gz codeine-12b478cefdf1789828dbcd677d409cf8bad654ca.zip |
Conversion KDE -> TDE environment.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'src/app/mainWindow.h')
-rw-r--r-- | src/app/mainWindow.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app/mainWindow.h b/src/app/mainWindow.h index 3c2770f..a6c7d48 100644 --- a/src/app/mainWindow.h +++ b/src/app/mainWindow.h @@ -5,7 +5,7 @@ #define CODEINEMAINWINDOW_H #include "codeine.h" -#include <kmainwindow.h> +#include <tdemainwindow.h> class KURL; class TQLabel; @@ -15,7 +15,7 @@ class TQSlider; namespace Codeine { - class MainWindow : public KMainWindow + class MainWindow : public TDEMainWindow { Q_OBJECT @@ -56,8 +56,8 @@ namespace Codeine virtual void dropEvent( TQDropEvent* ); virtual void keyPressEvent( TQKeyEvent* ); - virtual void saveProperties( KConfig* ); - virtual void readProperties( KConfig* ); + virtual void saveProperties( TDEConfig* ); + virtual void readProperties( TDEConfig* ); virtual bool queryExit(); |