diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-18 17:00:31 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-18 17:00:31 +0000 |
commit | 395a904bff7b4d6ead445c342f7ac0c5fbf29121 (patch) | |
tree | 9829cadb79d2cc7c29a940627fadb28b11e54150 /noatun-plugins/charlatan/userinterface.h | |
parent | 399f47c376fdf4d19192732a701ea9578d11619d (diff) | |
download | tdeaddons-395a904bff7b4d6ead445c342f7ac0c5fbf29121.tar.gz tdeaddons-395a904bff7b4d6ead445c342f7ac0c5fbf29121.zip |
TQt4 port kdeaddons
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1237404 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'noatun-plugins/charlatan/userinterface.h')
-rw-r--r-- | noatun-plugins/charlatan/userinterface.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/noatun-plugins/charlatan/userinterface.h b/noatun-plugins/charlatan/userinterface.h index 7d74e39..3e40487 100644 --- a/noatun-plugins/charlatan/userinterface.h +++ b/noatun-plugins/charlatan/userinterface.h @@ -38,6 +38,7 @@ class TQLabel; class Charlatan : public TQWidget, public UserInterface { Q_OBJECT + TQ_OBJECT public: @@ -73,7 +74,7 @@ class Charlatan : public TQWidget, public UserInterface virtual void closeEvent (TQCloseEvent *); virtual bool eventFilter (TQObject *, TQEvent *); virtual void wheelEvent (TQWheelEvent *); - virtual void setTitleText (const TQString & = TQString::null); + virtual void setTitleText (const TQString & = TQString()); void loadConfig(); @@ -89,10 +90,10 @@ class Charlatan : public TQWidget, public UserInterface Seeker * seekSlider_; ScrollingLabel * titleLabel_; - QLabel * positionLabel_; + TQLabel * positionLabel_; - QTimer * showingVolumeTimer_; - QString title_; + TQTimer * showingVolumeTimer_; + TQString title_; }; #endif |