diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:32:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:32:20 -0600 |
commit | a836ba332960d5fc28c3f3ca9fbe52d63e9b7218 (patch) | |
tree | e5ffd3b495e179985a7bdd9ae0351c5b3d9ced53 /src/kprocessorview.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/kprocessorview.cpp')
-rwxr-xr-x | src/kprocessorview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kprocessorview.cpp b/src/kprocessorview.cpp index 3a238ec..06dc491 100755 --- a/src/kprocessorview.cpp +++ b/src/kprocessorview.cpp @@ -1,7 +1,7 @@ #include "kprocessorview.h" #include <tqlabel.h> -#include <tqlayout.h> +#include <layout.h> #include <tqscrollview.h> #include <tqsize.h> #include <tqmessagebox.h> |