summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoLayoutTab.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoLayoutTab.h')
-rw-r--r--lib/kotext/KoLayoutTab.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/kotext/KoLayoutTab.h b/lib/kotext/KoLayoutTab.h
index cc40d02c..6620721d 100644
--- a/lib/kotext/KoLayoutTab.h
+++ b/lib/kotext/KoLayoutTab.h
@@ -17,8 +17,8 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef __kolayouttab_h__
-#define __kolayouttab_h__
+#ifndef __kotqlayouttab_h__
+#define __kotqlayouttab_h__
#include <kolayouttabbase.h>
#include <KoTextFormat.h>
@@ -26,9 +26,10 @@
class KoLayoutTab : public KoLayoutTabBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- KoLayoutTab( bool withSubSuperScript, QWidget* parent=0, const char* name=0, WFlags fl=0 );
+ KoLayoutTab( bool withSubSuperScript, TQWidget* tqparent=0, const char* name=0, WFlags fl=0 );
~KoLayoutTab();
KoTextFormat::VerticalAlignment getSubSuperScript() const;