diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:32:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:32:20 -0600 |
commit | a836ba332960d5fc28c3f3ca9fbe52d63e9b7218 (patch) | |
tree | e5ffd3b495e179985a7bdd9ae0351c5b3d9ced53 /src/kpicosim.cpp | |
parent | 22c5fc0e5ec003c8730f102ebf6c9e7bbb78cc4c (diff) | |
download | kpicosim-a836ba332960d5fc28c3f3ca9fbe52d63e9b7218.tar.gz kpicosim-a836ba332960d5fc28c3f3ca9fbe52d63e9b7218.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/kpicosim.cpp')
-rwxr-xr-x | src/kpicosim.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kpicosim.cpp b/src/kpicosim.cpp index 0f75111..126fbb6 100755 --- a/src/kpicosim.cpp +++ b/src/kpicosim.cpp @@ -67,7 +67,7 @@ #include <klocale.h> #include <kmenubar.h> -#include <tqlayout.h> +#include <layout.h> #include <tqkeysequence.h> #include <knuminput.h> #include <tqnamespace.h> @@ -79,7 +79,7 @@ #include "kjtagdialog.h" #include <kfiledialog.h> #include <kmessagebox.h> -#include <tqlayout.h> +#include <layout.h> #include <ksimpleconfig.h> #include <khelpmenu.h> #include <kaboutdata.h> |