diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:33:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:33:29 -0600 |
commit | fc33ee27759530d7e9646400d34ab135e574f52b (patch) | |
tree | cffcdcc9afd591f1d9917470e6f53c2fc4281514 /src/potracegui.cpp | |
parent | c80bd20bece6f217d33b1338912f9aa92006ad5d (diff) | |
download | potracegui-fc33ee27759530d7e9646400d34ab135e574f52b.tar.gz potracegui-fc33ee27759530d7e9646400d34ab135e574f52b.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/potracegui.cpp')
-rw-r--r-- | src/potracegui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/potracegui.cpp b/src/potracegui.cpp index 815bbb7..bfedb0b 100644 --- a/src/potracegui.cpp +++ b/src/potracegui.cpp @@ -22,7 +22,7 @@ #include "mainwidget.h" #include <tqlabel.h> -#include <tqclipboard.h> +#include <clipboard.h> #include <kmainwindow.h> #include <klocale.h> |