kfilespeedbar.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef KFILESPEEDBAR_H
00020 #define KFILESPEEDBAR_H
00021
00022 #include <kurlbar.h>
00023
00024 class KConfig;
00025
00026 class KFileSpeedBar : public KURLBar
00027 {
00028 Q_OBJECT
00029 public:
00030 KFileSpeedBar( QWidget *parent = 0, const char *name = 0 );
00031 ~KFileSpeedBar();
00032
00033 virtual void save( KConfig *config );
00034
00035 private:
00036 bool m_initializeSpeedbar : 1;
00037
00038 };
00039
00040 #endif // KFILESPEEDBAR_H
This file is part of the documentation for kio Library Version 3.2.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Mar 4 22:44:23 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003