diff options
Diffstat (limited to 'src/app/configdialog.h')
-rw-r--r-- | src/app/configdialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app/configdialog.h b/src/app/configdialog.h index ab9e64a..9de2f07 100644 --- a/src/app/configdialog.h +++ b/src/app/configdialog.h @@ -1,5 +1,5 @@ // vim: set tabstop=4 shiftwidth=4 noexpandtab -// kate: indent-mode csands; indent-width 4; replace-tabs-save off; replace-tabs off; replace-trailing-space-save off; space-indent off; tabs-indents on; tab-width 4; +// kate: indent-mode csands; indent-width 4; tqreplace-tabs-save off; tqreplace-tabs off; tqreplace-trailing-space-save off; space-indent off; tabs-indents on; tab-width 4; /* Gwenview - A simple image viewer for KDE Copyright 2000-2004 Aur�ien G�eau @@ -37,8 +37,9 @@ class ConfigDialogPrivate; class ConfigDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - ConfigDialog(QWidget*, KIPI::PluginLoader*); + ConfigDialog(TQWidget*, KIPI::PluginLoader*); ~ConfigDialog(); signals: |