diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 11:31:17 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 11:31:17 -0500 |
commit | d598a49a3e1cadea0d72be28d147d219686413e7 (patch) | |
tree | 3111c0383d0b514f59aaeef0a2f656acc595fd8a /src/knmap.h | |
parent | 56ffa61b35fc088a0e7e2aa885b9ffed82c8d8be (diff) | |
download | knmap-d598a49a3e1cadea0d72be28d147d219686413e7.tar.gz knmap-d598a49a3e1cadea0d72be28d147d219686413e7.zip |
Convert to TDE R14 API
Diffstat (limited to 'src/knmap.h')
-rw-r--r-- | src/knmap.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/knmap.h b/src/knmap.h index 1bdb622..87dfa48 100644 --- a/src/knmap.h +++ b/src/knmap.h @@ -27,8 +27,8 @@ # include <config.h> #endif -#include <qstringlist.h> -#include <kmainwindow.h> +#include <ntqstringlist.h> +#include <tdemainwindow.h> #include "global.h" // forward class definitions @@ -42,21 +42,21 @@ class ScanWidget; // Knmap class definition // ====================== -class Knmap : public KMainWindow +class Knmap : public TDEMainWindow { Q_OBJECT public: Knmap( ); - static bool getDirPath( const QString& caption, QString& path ); - static void getDirPath( const QString& caption, QString& path, QLineEdit* lineEdit ); - static bool getFilePath( const QString& caption, QString& path, const bool save ); - static void getFilePath( const QString& caption, QString& path, QLineEdit* lineEdit, const bool save ); + static bool getDirPath( const TQString& caption, TQString& path ); + static void getDirPath( const TQString& caption, TQString& path, TQLineEdit* lineEdit ); + static bool getFilePath( const TQString& caption, TQString& path, const bool save ); + static void getFilePath( const TQString& caption, TQString& path, TQLineEdit* lineEdit, const bool save ); private slots: void slotConfigureShortcuts( ); void slotConfigureToolbars( ); - void slotSetCaption( const QString& caption ); + void slotSetCaption( const TQString& caption ); void slotNewToolbarConfig( ); void slotOutputAvailable( const bool saveState, const bool saveAsState ); void slotSetManPageActionStuff( const bool useLocalManPage ); |