diff options
Diffstat (limited to 'kpacman/status.cpp')
-rw-r--r-- | kpacman/status.cpp | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/kpacman/status.cpp b/kpacman/status.cpp index 1a43f5c..7ec7ebb 100644 --- a/kpacman/status.cpp +++ b/kpacman/status.cpp @@ -1,14 +1,13 @@ #include <kapp.h> -#include <tdelocale.h> #include <kstddirs.h> -#include "status.h" +#include <tdelocale.h> +#include <tqbitmap.h> +#include <tqstring.h> +#include <tqmsgbox.h> +#include <tqfileinfo.h> -#include <ntqpixmap.h> -#include <ntqbitmap.h> -#include <ntqstring.h> -#include <ntqmsgbox.h> -#include <ntqfileinfo.h> +#include "status.h" Status::Status( TQWidget *parent, const char *name, int Scheme, int Mode ) : TQWidget( parent, name ) |