summaryrefslogtreecommitdiffstats
path: root/kicker-applets/math
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:14:09 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:14:09 +0000
commit00cef9840e19aae7a7541da60d1b60190cb5afec (patch)
tree5fd6aeed14f01486335c754dd96bae31203cecd2 /kicker-applets/math
parent7346aee26bf190a7e70333c40fab4caca847cd27 (diff)
downloadtdeaddons-00cef9840e19aae7a7541da60d1b60190cb5afec.tar.gz
tdeaddons-00cef9840e19aae7a7541da60d1b60190cb5afec.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1158415 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker-applets/math')
-rw-r--r--kicker-applets/math/mathapplet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker-applets/math/mathapplet.h b/kicker-applets/math/mathapplet.h
index 8b483f2..f8c91a0 100644
--- a/kicker-applets/math/mathapplet.h
+++ b/kicker-applets/math/mathapplet.h
@@ -29,9 +29,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <tqstring.h>
#include <kpanelapplet.h>
-class QLabel;
-class QHBox;
-class QPushButton;
+class TQLabel;
+class TQHBox;
+class TQPushButton;
class KHistoryCombo;
class KPopupMenu;