From 6b1b516f42036cf9eff691dba3fd6e9eab82a7e1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 1 Jul 2011 23:15:51 +0000 Subject: TQt4 port soundkonverter This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/soundkonverter@1239038 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/dcopinterface.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/dcopinterface.h') diff --git a/src/dcopinterface.h b/src/dcopinterface.h index 18a097c..b056c54 100755 --- a/src/dcopinterface.h +++ b/src/dcopinterface.h @@ -5,7 +5,7 @@ #include -#include +#include /** * @short The soundKonverter DCOP interface @@ -20,25 +20,25 @@ k_dcop: * When a new instance of soundKonverter should be created, * this function is called and all @p files are passed, that should be opened (for conversion). */ - virtual void openArgFiles( const QStringList &files ) = 0; + virtual void openArgFiles( const TQStringList &files ) = 0; /** * When a new instance of soundKonverter should be created, * this function is called and all @p files are passed, that should be opened for editing the replaygain tag. */ - virtual void openArgReplayGainFiles( const QStringList &files ) = 0; + virtual void openArgReplayGainFiles( const TQStringList &files ) = 0; /* * When a new instance of soundKonverter should be created, * this function is called and all @p files are passed, that should be opened for repair. */ -// virtual void openArgRepairFiles( const QStringList &files ) = 0; +// virtual void openArgRepairFiles( const TQStringList &files ) = 0; // TODO code cleanups /* - virtual void openFiles(const QStringList &files) = 0; - virtual void openReplayGainFiles(const QStringList &files) = 0; + virtual void openFiles(const TQStringList &files) = 0; + virtual void openReplayGainFiles(const TQStringList &files) = 0; virtual void showFileDialog() = 0; virtual void showDirDialog() = 0; virtual void showCDDialog() = 0; @@ -50,7 +50,7 @@ k_dcop: virtual void startConversion() = 0; virtual void stopConversion() = 0; virtual void killConversion() = 0; - virtual void removeFiles(const QStringList &files) = 0; + virtual void removeFiles(const TQStringList &files) = 0; */ }; -- cgit v1.2.1