summaryrefslogtreecommitdiffstats
path: root/libkdepim/kdepim.widgets
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 15:57:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 15:57:02 -0600
commit2c2fbd828ca474671bb9e03681b30b115d8d6035 (patch)
tree526a9da418f8d3d7ccf515c37048d3dfc80f2843 /libkdepim/kdepim.widgets
parentf0610eece3676b6fe99f42cf4ef2b19a39a5c4e8 (diff)
downloadtdepim-2c2fbd828ca474671bb9e03681b30b115d8d6035.tar.gz
tdepim-2c2fbd828ca474671bb9e03681b30b115d8d6035.zip
Actually move the kde files that were renamed in the last commit
Diffstat (limited to 'libkdepim/kdepim.widgets')
-rw-r--r--libkdepim/kdepim.widgets29
1 files changed, 0 insertions, 29 deletions
diff --git a/libkdepim/kdepim.widgets b/libkdepim/kdepim.widgets
deleted file mode 100644
index 765abc23b..000000000
--- a/libkdepim/kdepim.widgets
+++ /dev/null
@@ -1,29 +0,0 @@
-[Global]
-PluginName=KDEPimWidgets
-Includes=kinstance.h
-Init=new KInstance("tdepimwidgets");
-
-[KPIM::AddresseeLineEdit]
-ToolTip=Addressee Line Edit (KDE-PIM)
-WhatsThis=A line edit which lets you select addressees from the addressbook
-IncludeFile=libtdepim/addresseelineedit.h
-Group=Input (KDE-PIM)
-
-[KPIM::ClickLineEdit]
-ToolTip=Click Line Edit (KDE-PIM)
-WhatsThis=A line edit that shows grayed-out default text when no text is set.
-IncludeFile=libtdepim/clicklineedit.h
-Group=Input (KDE-PIM)
-
-[KDateEdit]
-ToolTip=Date Edit Combobox (KDE-PIM)
-WhatsThis=A widget to enter a date. It can also be selected from a date picker calendar.
-IncludeFile=libtdepim/kdateedit.h
-Group=Input (KDE-PIM)
-
-[KTimeEdit]
-ToolTip=Time Edit Combobox (KDE-PIM)
-WhatsThis=A widget to enter a time. It can also be selected from a drop-down list.
-IncludeFile=libtdepim/ktimeedit.h
-ConstructorArgs=(parent, TQTime::currentTime(), name)
-Group=Input (KDE-PIM)