diff options
Diffstat (limited to 'src/part/toolbar.cpp')
-rw-r--r-- | src/part/toolbar.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/part/toolbar.cpp b/src/part/toolbar.cpp index 87caa62..cdf85c3 100644 --- a/src/part/toolbar.cpp +++ b/src/part/toolbar.cpp @@ -2,8 +2,8 @@ // See COPYING file for licensing information #include <kpushbutton.h> -#include <ntqapplication.h> -#include <ntqevent.h> +#include <tqapplication.h> +#include <tqevent.h> #include "toolbar.h" @@ -41,4 +41,4 @@ MouseOverToolBar::eventFilter( TQObject *o, TQEvent *e ) } return false; -}
\ No newline at end of file +} |