summaryrefslogtreecommitdiffstats
path: root/src/torkactivelabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/torkactivelabel.cpp')
-rw-r--r--src/torkactivelabel.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/torkactivelabel.cpp b/src/torkactivelabel.cpp
index 4fad736..f03dbf4 100644
--- a/src/torkactivelabel.cpp
+++ b/src/torkactivelabel.cpp
@@ -19,14 +19,17 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-#include "torkactivelabel.h"
-#include "kdebug.h"
-#include <ntqapplication.h>
-#include <ntqheader.h>
+#include <tqapplication.h>
+#include <tqheader.h>
+
#include <kiconloader.h>
#include <tdelocale.h>
#include <kstandarddirs.h>
+#include "torkactivelabel.h"
+#include "kdebug.h"
+
+
TorkActiveLabel::TorkActiveLabel( const TQString &text,TQWidget * parent, const char * name) :
KActiveLabel( text,parent, name ), mousePressed( FALSE )
{