summaryrefslogtreecommitdiffstats
path: root/src/addnewstreamimpl.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-05 19:56:36 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-05 19:56:36 +0000
commitd2627113ba347e79699e280edcd0813265ae780f (patch)
tree47b1d592ac3d522fdc5c755f576970137cbb1169 /src/addnewstreamimpl.h
parent2e77c0b4ce1781d87a532022d8ebaccff0fb2b17 (diff)
downloadkstreamripper-d2627113ba347e79699e280edcd0813265ae780f.tar.gz
kstreamripper-d2627113ba347e79699e280edcd0813265ae780f.zip
TQt4 port kstreamripper
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kstreamripper@1239914 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/addnewstreamimpl.h')
-rw-r--r--src/addnewstreamimpl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/addnewstreamimpl.h b/src/addnewstreamimpl.h
index 30bcb49..03c5294 100644
--- a/src/addnewstreamimpl.h
+++ b/src/addnewstreamimpl.h
@@ -26,10 +26,11 @@
class AddNewStreamImpl : public AddNewStream
{
Q_OBJECT
+ TQ_OBJECT
public:
- AddNewStreamImpl( QWidget* parent = 0, const char* name = 0 );
+ AddNewStreamImpl( TQWidget* tqparent = 0, const char* name = 0 );
~AddNewStreamImpl();
protected: