diff options
Diffstat (limited to 'src/kooldock.cpp')
-rw-r--r-- | src/kooldock.cpp | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/kooldock.cpp b/src/kooldock.cpp index 00a0ec3..d81143e 100644 --- a/src/kooldock.cpp +++ b/src/kooldock.cpp @@ -19,21 +19,21 @@ #include <math.h> #include <algorithm> -#include <ntqpixmap.h> -#include <ntqimage.h> -#include <ntqpainter.h> -#include <ntqcursor.h> -#include <ntqdir.h> -#include <ntqstringlist.h> -#include <ntqvaluelist.h> -#include <ntqtooltip.h> -#include <ntqrect.h> -#include <ntqfile.h> -#include <ntqtextstream.h> -#include <ntqbrush.h> -#include <ntqpoint.h> -#include <ntqfont.h> -#include <ntqdatetime.h> +#include <tqpixmap.h> +#include <tqimage.h> +#include <tqpainter.h> +#include <tqcursor.h> +#include <tqdir.h> +#include <tqstringlist.h> +#include <tqvaluelist.h> +#include <tqtooltip.h> +#include <tqrect.h> +#include <tqfile.h> +#include <tqtextstream.h> +#include <tqbrush.h> +#include <tqpoint.h> +#include <tqfont.h> +#include <tqdatetime.h> #include <twin.h> #include <kprocess.h> @@ -46,7 +46,7 @@ #include <kpixmapio.h> #include <kstandarddirs.h> #include <tdeaboutapplication.h> -#include <ntqlistbox.h> +#include <tqlistbox.h> #include <keditlistbox.h> // for "renicing" the bar @@ -61,13 +61,12 @@ #include "setupdialogprg.h" // macros - #define min(a, b) (a < b) ? (a) : (b) #define max(a, b) (a > b) ? (a) : (b) #include <dcopclient.h> -#include <iostream> -#include <ntqdatastream.h> +//#include <iostream> +#include <tqdatastream.h> KoolDock::KoolDock(TQWidget* parent, const char* name) : TQWidget(parent, name, WStyle_Customize | WStyle_NoBorder | WNoAutoErase | WDestructiveClose | WStyle_StaysOnTop) @@ -3959,3 +3958,4 @@ void KoolDock::rmFromTaskList(WId id) } } } +#include "kooldock.moc" |