diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:58 -0600 |
commit | 9e5c87c89567a98c3344c90e392a27715437334c (patch) | |
tree | 6c1dd96ae0ba38b7e8f0a492d591881f44f474da /kgpg/kgpgeditor.h | |
parent | 53904b41cf005abbae3d468532db9adc2b04a9b4 (diff) | |
download | tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.tar.gz tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kgpg/kgpgeditor.h')
-rw-r--r-- | kgpg/kgpgeditor.h | 14 |
1 files changed, 7 insertions, 7 deletions
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; |