summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/queries/kexiquerydesignersqlhistory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/queries/kexiquerydesignersqlhistory.h')
-rw-r--r--kexi/plugins/queries/kexiquerydesignersqlhistory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/plugins/queries/kexiquerydesignersqlhistory.h b/kexi/plugins/queries/kexiquerydesignersqlhistory.h
index 9183764f..516a6dbf 100644
--- a/kexi/plugins/queries/kexiquerydesignersqlhistory.h
+++ b/kexi/plugins/queries/kexiquerydesignersqlhistory.h
@@ -28,7 +28,7 @@
#include <tqsimplerichtext.h>
class TQSimpleRichText;
-class KPopupMenu;
+class TDEPopupMenu;
class HistoryEntry
{
@@ -68,7 +68,7 @@ class KexiQueryDesignerSQLHistory : public TQScrollView
KexiQueryDesignerSQLHistory(TQWidget *parent, const char *name=0);
virtual ~KexiQueryDesignerSQLHistory();
- KPopupMenu* popupMenu() const;
+ TDEPopupMenu* popupMenu() const;
// void contextMenu(const TQPoint &pos, HistoryEntry *e);
@@ -99,7 +99,7 @@ class KexiQueryDesignerSQLHistory : public TQScrollView
private:
History *m_history;
HistoryEntry *m_selected;
- KPopupMenu *m_popup;
+ TDEPopupMenu *m_popup;
};
#endif