summaryrefslogtreecommitdiffstats
path: root/amor/amordialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'amor/amordialog.h')
-rw-r--r--amor/amordialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amor/amordialog.h b/amor/amordialog.h
index 2f978fd..c299fc1 100644
--- a/amor/amordialog.h
+++ b/amor/amordialog.h
@@ -41,6 +41,7 @@
class AmorDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
AmorDialog();
@@ -86,7 +87,7 @@ protected:
//
// AmorListBoxItem implements a list box items for selection of themes
//
-class AmorListBoxItem : public QListBoxItem
+class AmorListBoxItem : public TQListBoxItem
{
public:
AmorListBoxItem(const TQString & s, const TQPixmap& p)