diff options
Diffstat (limited to 'src/symboldlg.cpp')
-rw-r--r-- | src/symboldlg.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/symboldlg.cpp b/src/symboldlg.cpp index 997f4bb..24b654b 100644 --- a/src/symboldlg.cpp +++ b/src/symboldlg.cpp @@ -25,12 +25,12 @@ * ***************************************************************************/ -#include <ntqlabel.h> -#include <ntqlistview.h> -#include <ntqpushbutton.h> -#include <ntqradiobutton.h> -#include <ntqcheckbox.h> -#include <ntqgroupbox.h> +#include <tqlabel.h> +#include <tqlistview.h> +#include <tqpushbutton.h> +#include <tqradiobutton.h> +#include <tqcheckbox.h> +#include <tqgroupbox.h> #include <kcombobox.h> #include <tdelocale.h> #include "symboldlg.h" |