From 0c7d4bb71f9bb7ec47eccd57523c38dac41abed1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 28 Feb 2011 03:25:47 +0000 Subject: Fix the following problems under Qt4: * Konsole compilation failure * ksplash exit failure * kicker rounded tip masking behaviour * kwin auto-exit issue git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1223001 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- konsole/konsole/schema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konsole/konsole') diff --git a/konsole/konsole/schema.h b/konsole/konsole/schema.h index de48e3cbd..1027a6c9e 100644 --- a/konsole/konsole/schema.h +++ b/konsole/konsole/schema.h @@ -189,7 +189,7 @@ public: { return TQPtrList::at(i); } ; #ifdef USE_QT4 const ColorSchema *tqat(unsigned int i) - { return at(i); ; + { return at(i); } ; #endif // USE_QT4 void sort() {TQPtrList::sort();}; -- cgit v1.2.3