diff options
Diffstat (limited to 'src/noteedit.cpp')
-rw-r--r-- | src/noteedit.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/noteedit.cpp b/src/noteedit.cpp index b6f3190..6261c6c 100644 --- a/src/noteedit.cpp +++ b/src/noteedit.cpp @@ -18,6 +18,10 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <tqlabel.h> #include <tqlayout.h> #include <tqlineedit.h> |