diff options
Diffstat (limited to 'konqueror/konq_browseriface.h')
-rw-r--r-- | konqueror/konq_browseriface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/konq_browseriface.h b/konqueror/konq_browseriface.h index 57f2fc05b..e21d0a9ec 100644 --- a/konqueror/konq_browseriface.h +++ b/konqueror/konq_browseriface.h @@ -8,7 +8,7 @@ class KonqView; class KonqBrowserInterface : public KParts::BrowserInterface { Q_OBJECT - Q_PROPERTY( uint historyLength READ historyLength ) + TQ_PROPERTY( uint historyLength READ historyLength ) public: KonqBrowserInterface( KonqView *view, const char *name ); |