diff options
author | Timothy Pearson <[email protected]> | 2015-09-21 14:04:20 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-09-21 14:04:20 -0500 |
commit | 9cca766255e3c41c33470bb718e39f408d65367e (patch) | |
tree | c7c6372e776489e58e281502602db9bb8272f431 /tdeui/CMakeLists.txt | |
parent | feaced1b3cdb36d0b841207b92b40cab58d5437b (diff) | |
download | tdelibs-9cca766255e3c41c33470bb718e39f408d65367e.tar.gz tdelibs-9cca766255e3c41c33470bb718e39f408d65367e.zip |
Add TDEPassivePopupStackContainer class
Diffstat (limited to 'tdeui/CMakeLists.txt')
-rw-r--r-- | tdeui/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeui/CMakeLists.txt b/tdeui/CMakeLists.txt index 581687833..53a4fca6a 100644 --- a/tdeui/CMakeLists.txt +++ b/tdeui/CMakeLists.txt @@ -70,7 +70,7 @@ install( FILES kcommand.h twindowlistmenu.h tdefontcombo.h tdeaccelgen.h ktip.h kdatewidget.h karrowbutton.h kguiitem.h kstdguiitem.h kstringvalidator.h twindowinfo.h - ktextedit.h kpassivepopup.h + ktextedit.h kpassivepopup.h tdepassivepopupstack.h kdatetimewidget.h ktimewidget.h ktimezonewidget.h kscrollview.h tdespell.h ksconfig.h tdespelldlg.h ksyntaxhighlighter.h ktabbar.h ktabwidget.h ksplashscreen.h tdeconfigdialog.h @@ -135,8 +135,8 @@ set( ${target}_SRCS tdemainwindowiface.skel kguiitem.cpp kstdguiitem.cpp kstringvalidator.cpp kactivelabel.cpp twindowinfo.cpp ktextedit.cpp kwizard.cpp kpassivepopup.cpp - tdetoolbarhandler.cpp kdatetimewidget.cpp ktimewidget.cpp ktimezonewidget.cpp - ksconfig.cpp tdespelldlg.cpp + tdepassivepopupstack.cpp tdetoolbarhandler.cpp kdatetimewidget.cpp + ktimewidget.cpp ktimezonewidget.cpp ksconfig.cpp tdespelldlg.cpp tdespell.cpp ksyntaxhighlighter.cpp ktabbar.cpp ktabwidget.cpp ksplashscreen.cpp tdespellui.ui tdeconfigdialog.cpp tdeactionselector.cpp klanguagebutton.cpp tdelistviewsearchline.cpp |