diff options
Diffstat (limited to 'ksayit/src/ksayit.h')
-rw-r--r-- | ksayit/src/ksayit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/src/ksayit.h b/ksayit/src/ksayit.h index 56949ec..97d2c95 100644 --- a/ksayit/src/ksayit.h +++ b/ksayit/src/ksayit.h @@ -26,7 +26,7 @@ using namespace std; // include files for TQt #include <tqstringlist.h> -#include <clipboard.h> +#include <tqclipboard.h> // include files for KDE #include <kapplication.h> @@ -115,7 +115,7 @@ private slots: */ void slotTreeViewChanged(const TQString &str); - /** save general Options like all bar positions and status as well as the geometry to + /** save general Options like all bar positions and status as well as the tqgeometry to * the configuration file. */ void slotSaveOptions(); |