diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:55:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:55:33 -0600 |
commit | ae6cafee5339716bd01aa6c66aa4f366bdc5d43b (patch) | |
tree | db682cc1b772442e3ac4986b8f66119531291a4e /src/noteedit.h | |
parent | 882bcd26b3d60be72ea2b35921969a9850c52db9 (diff) | |
download | basket-ae6cafee5339716bd01aa6c66aa4f366bdc5d43b.tar.gz basket-ae6cafee5339716bd01aa6c66aa4f366bdc5d43b.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 882bcd26b3d60be72ea2b35921969a9850c52db9.
Diffstat (limited to 'src/noteedit.h')
-rw-r--r-- | src/noteedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/noteedit.h b/src/noteedit.h index 009ac1e..d6fccda 100644 --- a/src/noteedit.h +++ b/src/noteedit.h @@ -22,7 +22,7 @@ #define NOTEEDIT_H #include <kdialogbase.h> -#include <textedit.h> +#include <tqtextedit.h> #include <tqlineedit.h> class TQWidget; |