summaryrefslogtreecommitdiffstats
path: root/src/knmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/knmap.h')
-rw-r--r--src/knmap.h16
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 );