summaryrefslogtreecommitdiffstats
path: root/src/klcddimmer.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-23 19:49:06 +0900
committerMichele Calgaro <[email protected]>2024-05-23 19:49:06 +0900
commit322c9dc7b92a39ad7533b1a53f0d8a8c08c2af22 (patch)
tree47cd79ef9355b5d466ac3c21e006bf8a97101bdb /src/klcddimmer.cpp
parentfd9cd312c9d9c2e646c92428ff5528acf0744387 (diff)
downloadklcddimmer-322c9dc7b92a39ad7533b1a53f0d8a8c08c2af22.tar.gz
klcddimmer-322c9dc7b92a39ad7533b1a53f0d8a8c08c2af22.zip
Use proper TQt headers
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/klcddimmer.cpp')
-rw-r--r--src/klcddimmer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/klcddimmer.cpp b/src/klcddimmer.cpp
index 93b5a8c..0912020 100644
--- a/src/klcddimmer.cpp
+++ b/src/klcddimmer.cpp
@@ -18,7 +18,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
-#include <ntqlcdnumber.h>
+#include <tqlcdnumber.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <tdeconfigdialog.h>
@@ -28,8 +28,8 @@
#include <kdatetbl.h> // for TDEPopupFrame
#include <kiconloader.h>
#include <tdeaboutapplication.h>
-#include <ntqlabel.h>
-#include <ntqframe.h>
+#include <tqlabel.h>
+#include <tqframe.h>
#include <kdebug.h>
#ifdef HAVE_CONFIG_H