summaryrefslogtreecommitdiffstats
path: root/src/prefcolor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefcolor.h')
-rw-r--r--src/prefcolor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prefcolor.h b/src/prefcolor.h
index b26bed2..f191e5d 100644
--- a/src/prefcolor.h
+++ b/src/prefcolor.h
@@ -39,7 +39,7 @@ class PrefColor : public PrefColorLayout
Q_OBJECT
public:
- PrefColor(QWidget* pParent = 0, const char* szName = 0);
+ PrefColor(TQWidget* pParent = 0, const char* szName = 0);
~PrefColor();
void load();
@@ -53,7 +53,7 @@ signals:
void modified();
protected slots:
- void slotItemSelected(QListViewItem*);
+ void slotItemSelected(TQListViewItem*);
};
#endif