summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/kpopupbox_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/kpopupbox_private.h')
-rw-r--r--arts/gui/kde/kpopupbox_private.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/arts/gui/kde/kpopupbox_private.h b/arts/gui/kde/kpopupbox_private.h
index 3b431ddd..9750625b 100644
--- a/arts/gui/kde/kpopupbox_private.h
+++ b/arts/gui/kde/kpopupbox_private.h
@@ -32,13 +32,13 @@ class TQBoxLayout;
#include <tqframe.h>
-class KPopupBox_widget : public TQFrame
+class TDEPopupBox_widget : public TQFrame
{
Q_OBJECT
public:
- KPopupBox_widget( TQWidget* =0, const char* =0);
- ~KPopupBox_widget();
+ TDEPopupBox_widget( TQWidget* =0, const char* =0);
+ ~TDEPopupBox_widget();
Arts::Direction direction();
void direction( Arts::Direction );
@@ -64,16 +64,16 @@ private:
// See kpopupbox_impl.h - The eventmapper isn't needed at present, but perhaps in the future...
-/*class KPopupBoxEventMapper : public TQObject {
+/*class TDEPopupBoxEventMapper : public TQObject {
Q_OBJECT
public:
- KPopupBoxEventMapper( KPopupBox_widget *widget, Arts::KPopupBox_impl *impl )
+ TDEPopupBoxEventMapper( TDEPopupBox_widget *widget, Arts::TDEPopupBox_impl *impl )
: TQObject( widget,"" ), _widget( widget ), _impl( impl )
{}
private:
- KPopupBox_widget *_widget;
- Arts::KPopupBox_impl *_impl;
+ TDEPopupBox_widget *_widget;
+ Arts::TDEPopupBox_impl *_impl;
};*/
#include <tqpainter.h>