aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
authorGravatar Alexey Uzhva2007-07-05 08:49:05 +0000
committerGravatar Alexey Uzhva2007-07-05 08:49:05 +0000
commitaba8d2293fc3e57c8e75ed2732f8b5b715b1b134 (patch)
tree29eabfb69aaf1f66d9ebabadc110c8a6ba3269ec /src/modules/theme
parentAdded doxygen support (diff)
downloadKVIrc-aba8d2293fc3e57c8e75ed2732f8b5b715b1b134.tar.gz
KVIrc-aba8d2293fc3e57c8e75ed2732f8b5b715b1b134.tar.bz2
KVIrc-aba8d2293fc3e57c8e75ed2732f8b5b715b1b134.zip
fixed font saving in qt4 kvirc
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@644 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme')
-rw-r--r--src/modules/theme/theme.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/modules/theme/theme.pro b/src/modules/theme/theme.pro
new file mode 100644
index 000000000..73fe7edee
--- /dev/null
+++ b/src/modules/theme/theme.pro
@@ -0,0 +1,14 @@
+TARGET = kvitheme
+
+HEADERS += managementdialog.h \
+ packthemedialog.h \
+ savethemedialog.h \
+ themefunctions.h
+
+SOURCES += libkvitheme.cpp \
+ managementdialog.cpp \
+ packthemedialog.cpp \
+ savethemedialog.cpp \
+ themefunctions.cpp
+
+include(../module.pri) \ No newline at end of file