summaryrefslogtreecommitdiffstats
path: root/kcalc/kcalc.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:29:01 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:29:01 +0000
commitb678e7f967f438e123324c7a34b02388e68d70dc (patch)
tree5720acc1076baf217f77c48c96f7cabdbab4382b /kcalc/kcalc.h
parent5f5ee2367157176ed223b86343eb0a9e4022e020 (diff)
downloadtdeutils-b678e7f967f438e123324c7a34b02388e68d70dc.tar.gz
tdeutils-b678e7f967f438e123324c7a34b02388e68d70dc.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1158453 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcalc/kcalc.h')
-rw-r--r--kcalc/kcalc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kcalc/kcalc.h b/kcalc/kcalc.h
index 442937d..87f389e 100644
--- a/kcalc/kcalc.h
+++ b/kcalc/kcalc.h
@@ -24,11 +24,11 @@
#ifndef KCALC_H
#define KCALC_H
-class QPushButton;
-class QRadioButton;
-class QButtonGroup;
-class QHButtonGroup;
-class QWidget;
+class TQPushButton;
+class TQRadioButton;
+class TQButtonGroup;
+class TQHButtonGroup;
+class TQWidget;
class DispLogic;
class Constants;
#include <kmainwindow.h>