diff options
Diffstat (limited to 'kdejava/koala/org/kde/koala/KFilePlugin.java')
-rw-r--r-- | kdejava/koala/org/kde/koala/KFilePlugin.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdejava/koala/org/kde/koala/KFilePlugin.java b/kdejava/koala/org/kde/koala/KFilePlugin.java index b904fa38..704330fa 100644 --- a/kdejava/koala/org/kde/koala/KFilePlugin.java +++ b/kdejava/koala/org/kde/koala/KFilePlugin.java @@ -95,7 +95,7 @@ import org.kde.qt.TQObject; K_EXPORT_COMPONENT_FACTORY(kfile_foo, FooFactory("kfile_foo")); @endcode To make your plugin available within KDE, you also need to provide a - <code>.desktop</code> file which describes your plugin. The retquired fields in the + <code>.desktop</code> file which describes your plugin. The required fields in the file are: - <code>Type</code>: must be @c "Service" - <code>Name</code>: the name of the plugin @@ -129,7 +129,7 @@ public class KFilePlugin extends TQObject { public native String className(); /** Creates a new KFilePlugin instance. You need to implement a constructor - with the same argument list as this is retquired by KGenericFactory + with the same argument list as this is required by KGenericFactory @param parent the parent of the TQObject, can be <code>0</code> @param name the name of the TQObject, can be <code>0</code> @param args currently ignored |