summaryrefslogtreecommitdiffstats
path: root/src/querywidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/querywidget.h')
-rw-r--r--src/querywidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/querywidget.h b/src/querywidget.h
index d309bb0..a362236 100644
--- a/src/querywidget.h
+++ b/src/querywidget.h
@@ -30,7 +30,7 @@
#include <ntqlistview.h>
#include <ntqpopupmenu.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include "querywidgetlayout.h"
#include "tabwidget.h"
#include "querypage.h"
@@ -57,7 +57,7 @@ public:
void savePages(const TQString&, TQStringList&);
void addHistoryRecord(const TQString&, uint, const TQString&);
void selectActiveHistory();
- void setPageMenu(TQPopupMenu*, KToggleAction*);
+ void setPageMenu(TQPopupMenu*, TDEToggleAction*);
void getBookmarks(FileLocationList&);
/**
@@ -99,7 +99,7 @@ private:
TQPopupMenu* m_pPageMenu;
/** A toggle-like action for changing the locked state of a query. */
- KToggleAction* m_pLockAction;
+ TDEToggleAction* m_pLockAction;
/** The active history page. */
HistoryPage* m_pHistPage;