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/newprofiledialog.h | |
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/newprofiledialog.h')
-rw-r--r-- | src/newprofiledialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newprofiledialog.h b/src/newprofiledialog.h index 03cd0bf..5a83ef6 100644 --- a/src/newprofiledialog.h +++ b/src/newprofiledialog.h @@ -22,7 +22,7 @@ #include "newprofiledialogbase.h" #include "vpnaccountdata.h" -#include <tqtextedit.h> +#include <textedit.h> #include <kdialogbase.h> #include <tqobject.h> #include <tqptrlist.h> |