summaryrefslogtreecommitdiffstats
path: root/src/roundbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/roundbutton.h')
-rw-r--r--src/roundbutton.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/roundbutton.h b/src/roundbutton.h
index 6a7ad26..4b31172 100644
--- a/src/roundbutton.h
+++ b/src/roundbutton.h
@@ -20,17 +20,17 @@
#ifndef ROUNDBUTTON_H
#define ROUNDBUTTON_H
-#include <ntqbutton.h>
-#include <ntqpainter.h>
+#include <tqbutton.h>
+#include <tqpainter.h>
#include <kiconeffect.h>
#include <kpixmap.h>
#include <cassert>
class Menu;
-class RoundButton : public TQButton //well, there were round buttons in the begining at least *g*
+class KDE_EXPORT RoundButton : public TQButton //well, there were round buttons in the begining at least *g*
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum Type {Round, Commando, Submenu};
RoundButton( TQWidget* parent=0, unsigned short rad= 32, const char* name= 0, WFlags f = 0);