summaryrefslogtreecommitdiffstats
path: root/src/option/k3bnotifyoptiontab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/option/k3bnotifyoptiontab.cpp')
-rw-r--r--src/option/k3bnotifyoptiontab.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/option/k3bnotifyoptiontab.cpp b/src/option/k3bnotifyoptiontab.cpp
index 60ddc7c..0cc6e5d 100644
--- a/src/option/k3bnotifyoptiontab.cpp
+++ b/src/option/k3bnotifyoptiontab.cpp
@@ -21,16 +21,16 @@
#include <knotifydialog.h>
#include <kdebug.h>
-#include <qlayout.h>
+#include <tqlayout.h>
-K3bNotifyOptionTab::K3bNotifyOptionTab( QWidget* parent, const char* name )
- : QWidget( parent, name )
+K3bNotifyOptionTab::K3bNotifyOptionTab( TQWidget* tqparent, const char* name )
+ : TQWidget( tqparent, name )
{
m_notifyWidget = new KNotify::KNotifyWidget( this );
- QHBoxLayout* box = new QHBoxLayout( this );
+ TQHBoxLayout* box = new TQHBoxLayout( this );
box->addWidget( m_notifyWidget );
}