diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:58:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:58:15 -0600 |
commit | 377fa3a2775cdb3194315bb83e21744dc7c97bbf (patch) | |
tree | b6f515484589d67271adb168a1ead39f1c98493d /secpolicy/pamview.cpp | |
parent | d1248617107f659af9d03cf1ef6d783571a0cba8 (diff) | |
download | tdeadmin-377fa3a2775cdb3194315bb83e21744dc7c97bbf.tar.gz tdeadmin-377fa3a2775cdb3194315bb83e21744dc7c97bbf.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit d1248617107f659af9d03cf1ef6d783571a0cba8.
Diffstat (limited to 'secpolicy/pamview.cpp')
-rw-r--r-- | secpolicy/pamview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secpolicy/pamview.cpp b/secpolicy/pamview.cpp index ed51c4c..869855b 100644 --- a/secpolicy/pamview.cpp +++ b/secpolicy/pamview.cpp @@ -22,12 +22,12 @@ * */ -#include <layout.h> +#include <tqlayout.h> #include <tqlistbox.h> #include <tqlistview.h> #include <tqlabel.h> #include <tqdir.h> -#include <textstream.h> +#include <tqtextstream.h> #include <tqfile.h> #include <tqregexp.h> |