diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:33:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:33:13 -0600 |
commit | 1d9c18c8a07f4833695c6a2ab978698ae1cc90e7 (patch) | |
tree | c61f8778c1c540d79ed77c3f69018fcba0bca646 /src/mainview.cpp | |
parent | 2622d5ad003c636cda4bc36246df8a7fe9ac5d9f (diff) | |
download | kvpnc-1d9c18c8a07f4833695c6a2ab978698ae1cc90e7.tar.gz kvpnc-1d9c18c8a07f4833695c6a2ab978698ae1cc90e7.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index f25d038..2c565f8 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -26,12 +26,12 @@ #include <kpassdlg.h> #include <kmessagebox.h> #include <tqprocess.h> -#include <tqtextedit.h> +#include <textedit.h> #include <tqwidget.h> #include <tqframe.h> #include <tqwhatsthis.h> #include <tqtooltip.h> -#include <tqlayout.h> +#include <layout.h> #include "mainview.h" |