summaryrefslogtreecommitdiffstats
path: root/src/prefcolor.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-10-08 00:13:25 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-10-08 05:14:53 +0200
commit84f5a315c3429b47a7eff15e626e2efdbe4f6e5e (patch)
tree770861aa9033e1dc6c5168358194ff85b32dd429 /src/prefcolor.h
parent57d8bb3d12aed373eee08915f0ff19f5233aabe3 (diff)
downloadkscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.tar.gz
kscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.zip
Initial TQt conversion
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