diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:33 -0600 |
commit | cfd41d87ca7abc5dee7d2e3975c6bfdb3486dd42 (patch) | |
tree | 0d282eb4a1e6cd714052b18c3fea28eeb2fed23e /src/mainwidget.h | |
parent | fc33ee27759530d7e9646400d34ab135e574f52b (diff) | |
download | potracegui-cfd41d87ca7abc5dee7d2e3975c6bfdb3486dd42.tar.gz potracegui-cfd41d87ca7abc5dee7d2e3975c6bfdb3486dd42.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit fc33ee27759530d7e9646400d34ab135e574f52b.
Diffstat (limited to 'src/mainwidget.h')
-rw-r--r-- | src/mainwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwidget.h b/src/mainwidget.h index 03788f3..4c4aeae 100644 --- a/src/mainwidget.h +++ b/src/mainwidget.h @@ -27,7 +27,7 @@ #include <tqprocess.h> #include <tqstringlist.h> #include <tqpixmap.h> -#include <clipboard.h> +#include <tqclipboard.h> #include <tqevent.h> #include <tqlabel.h> |