summaryrefslogtreecommitdiffstats
path: root/kspread/dialogs/kspread_dlg_showColRow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/dialogs/kspread_dlg_showColRow.h')
-rw-r--r--kspread/dialogs/kspread_dlg_showColRow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/dialogs/kspread_dlg_showColRow.h b/kspread/dialogs/kspread_dlg_showColRow.h
index d6f23ee4..422dca36 100644
--- a/kspread/dialogs/kspread_dlg_showColRow.h
+++ b/kspread/dialogs/kspread_dlg_showColRow.h
@@ -36,7 +36,7 @@ class View;
class ShowColRow: public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Type { Column, Row };
ShowColRow( View* parent, const char* name, Type _type );