summaryrefslogtreecommitdiffstats
path: root/src/infodialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/infodialog.cpp')
-rw-r--r--src/infodialog.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/infodialog.cpp b/src/infodialog.cpp
index 9837acb..9205a5a 100644
--- a/src/infodialog.cpp
+++ b/src/infodialog.cpp
@@ -25,6 +25,10 @@
* \date 2005
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
// own headers
#include "infodialog.h"
@@ -32,7 +36,7 @@
#include <kiconloader.h>
#include <tdelocale.h>
-// QT headers:
+// TQt headers:
#include <tqcheckbox.h>
#include <tqdialog.h>
#include <tqlabel.h>
@@ -104,7 +108,7 @@ bool infoDialog::dialogIsDisabled() {
}
/*!
- * SLOT: called if the 'ok' button clicked. This TQT_SLOT sync the settings
+ * Slot called if the 'ok' button clicked. This slot sync the settings
* and close the dialog.
*/
void infoDialog::ButtonOK_clicked() {