From 9e5c87c89567a98c3344c90e392a27715437334c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:58 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kgpg/kgpgeditor.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kgpg/kgpgeditor.h') diff --git a/kgpg/kgpgeditor.h b/kgpg/kgpgeditor.h index 6123847..e480207 100644 --- a/kgpg/kgpgeditor.h +++ b/kgpg/kgpgeditor.h @@ -29,11 +29,11 @@ class KPassivePopup; class KComboBox; -class KToggleAction; -class KAction; +class TDEToggleAction; +class TDEAction; class KgpgView; -class KgpgApp : public KMainWindow +class KgpgApp : public TDEMainWindow { Q_OBJECT @@ -43,7 +43,7 @@ class KgpgApp : public KMainWindow public: /** construtor of KgpgApp, calls all init functions to create the application. */ - KgpgApp(TQWidget *parent=0, const char *name=0,WFlags f = 0,KShortcut goHome=TQKeySequence(CTRL+TQt::Key_Home),bool mainWindow=false); + KgpgApp(TQWidget *parent=0, const char *name=0,WFlags f = 0,TDEShortcut goHome=TQKeySequence(CTRL+TQt::Key_Home),bool mainWindow=false); ~KgpgApp(); /** opens a file specified by commandline option */ @@ -56,7 +56,7 @@ public: int version; TQString messages; KgpgView *view; - KShortcut goDefaultKey; + TDEShortcut goDefaultKey; protected: @@ -105,9 +105,9 @@ public slots: private: TQStringList customDecrypt; - //KToggleAction *encodingAction ; + //TDEToggleAction *encodingAction ; KURL urlselected; - KAction* fileSave, *editUndo, *editRedo; + TDEAction* fileSave, *editUndo, *editRedo; KComboBox *fontCombo; bool isMainWindow; TQString textEncoding; -- cgit v1.2.3