diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-10-08 00:13:25 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-10-08 05:14:53 +0200 |
commit | 84f5a315c3429b47a7eff15e626e2efdbe4f6e5e (patch) | |
tree | 770861aa9033e1dc6c5168358194ff85b32dd429 /src/prefcolor.h | |
parent | 57d8bb3d12aed373eee08915f0ff19f5233aabe3 (diff) | |
download | kscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.tar.gz kscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.zip |
Initial TQt conversion
Diffstat (limited to 'src/prefcolor.h')
-rw-r--r-- | src/prefcolor.h | 4 |
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 |