summaryrefslogtreecommitdiffstats
path: root/noatun/modules/kaiman/userinterface.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:43:15 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:43:15 +0000
commite654398e46e37abf457b2b1122ab898d2c51c49f (patch)
treed39ee6440f3c3663c3ead84a2d4cc2d034667e96 /noatun/modules/kaiman/userinterface.h
parente4f29b18e19394b9352f52a6c0d0d0e3932cf511 (diff)
downloadtdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.tar.gz
tdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'noatun/modules/kaiman/userinterface.h')
-rw-r--r--noatun/modules/kaiman/userinterface.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/noatun/modules/kaiman/userinterface.h b/noatun/modules/kaiman/userinterface.h
index 9df9cb3c..63b4133e 100644
--- a/noatun/modules/kaiman/userinterface.h
+++ b/noatun/modules/kaiman/userinterface.h
@@ -39,12 +39,12 @@ Q_OBJECT
Kaiman();
virtual ~Kaiman();
- bool changeStyle( const QString &style, const QString &desc=QString::null );
+ bool changeStyle( const TQString &style, const TQString &desc=TQString::null );
public slots:
- void dropEvent( QDropEvent * );
- void doDropEvent( QDropEvent * );
- void dragEnterEvent( QDragEnterEvent * );
- void closeEvent(QCloseEvent*);
+ void dropEvent( TQDropEvent * );
+ void doDropEvent( TQDropEvent * );
+ void dragEnterEvent( TQDragEnterEvent * );
+ void closeEvent(TQCloseEvent*);
protected slots:
void seekStart( int );
@@ -73,7 +73,7 @@ Q_OBJECT
static Kaiman *kaiman;
protected:
- bool loadStyle( const QString &style, const QString &desc );
+ bool loadStyle( const TQString &style, const TQString &desc );
bool _seeking;