diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-13 21:51:16 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-13 21:51:16 +0000 |
commit | a46e33728580cacf68994d5b5d3780a5bcb58e8b (patch) | |
tree | 116b23694492df3377f410e8492ed31accaed2e3 /kdeui/kurllabel.h | |
parent | b56a10ae43f369fd79100bd82e99cab169ed6220 (diff) | |
download | tdelibs-a46e33728580cacf68994d5b5d3780a5bcb58e8b.tar.gz tdelibs-a46e33728580cacf68994d5b5d3780a5bcb58e8b.zip |
Fix kalyptus by altering kdelibs
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246968 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui/kurllabel.h')
-rw-r--r-- | kdeui/kurllabel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kdeui/kurllabel.h b/kdeui/kurllabel.h index 30ef78a39..5563f77ba 100644 --- a/kdeui/kurllabel.h +++ b/kdeui/kurllabel.h @@ -161,7 +161,10 @@ public: /** * Reimplemented for internal reasons, the API is not affected. */ +#ifdef qdoc +#else virtual void setFocusPolicy ( TQ_FocusPolicy policy ); +#endif /** * Reimplemented for internal reasons, the API is not affected. @@ -405,3 +408,4 @@ private: }; #endif // KURLLABEL_H + |