summaryrefslogtreecommitdiffstats
path: root/kwin-styles/kde1
diff options
context:
space:
mode:
Diffstat (limited to 'kwin-styles/kde1')
-rw-r--r--kwin-styles/kde1/kde1client.cpp2
-rw-r--r--kwin-styles/kde1/kde1client.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/kwin-styles/kde1/kde1client.cpp b/kwin-styles/kde1/kde1client.cpp
index c0b7ab57..4da5e3a1 100644
--- a/kwin-styles/kde1/kde1client.cpp
+++ b/kwin-styles/kde1/kde1client.cpp
@@ -618,7 +618,7 @@ void StdToolClient::init()
closeBtn->setFixedSize( 13, 13);
reset( -1U );
- TQHBoxLayout* hb = new QHBoxLayout;
+ TQHBoxLayout* hb = new TQHBoxLayout;
g->addLayout( hb, 0, 1 );
int fh = widget()->fontMetrics().lineSpacing()+2;
diff --git a/kwin-styles/kde1/kde1client.h b/kwin-styles/kde1/kde1client.h
index 5c960abd..7dd13ab9 100644
--- a/kwin-styles/kde1/kde1client.h
+++ b/kwin-styles/kde1/kde1client.h
@@ -10,8 +10,8 @@ Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
#include <kdecoration.h>
#include <kdecorationfactory.h>
#include <tqtoolbutton.h>
-class QLabel;
-class QSpacerItem;
+class TQLabel;
+class TQSpacerItem;
namespace KDE1 {